Cover Page Options for the Universal Print Structure
You can use the cover page option constants to define the value of thecoverPage
field in the universal print structure.
enum { gxNoCoverPage = 0, gxFirstPageCover = 1, gxLastPageCover = 2 };Constant descriptions
- gxNoCoverPage
- The driver need not print a cover page for this print job.
gxFirstPageCover
- The driver needs to print a cover page before the first page for this print job.
gxLastPageCover
- The driver needs to print a cover page after the last page for this print job.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help